SixBit API Schema
SiteOrderIDType Simple Type
Description
The ID given to this order by the marketplace it originated from.
Namespace (none)
Type
Restriction of xs:string
Diagram
SiteOrderIDType Simple Type
Overview
SiteOrderIDType Restriction of xs:string
The ID given to this order by the marketplace it originated from.
Facets
MaxLength100
MinLength0
Source
<xs:simpleType name="SiteOrderIDType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The ID given to this order by the marketplace it originated from.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="100" />
    <xs:minLength value="0" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.